-
Notifications
You must be signed in to change notification settings - Fork 678
Email business rule/mail script for a case #1579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email business rule/mail script for a case #1579
Conversation
Triggers an event for a notification when someone is added to a list and parses their first name.
This mail:script is a response for a case. It provides a link to the case and embeds the location, description and any attachments within that case. This can be used in a notification when an update on a case has occurred.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. However, it doesn’t comply with our contributing guidelines. As a reminder, the general requirements (as outlined in the CONTRIBUTING.md file) are the following: follow the folder+subfolder guidelines and include a readme.md file explaining what the code snippet does. Review your contribution against the guidelines and make the necessary adjustments. Closing this for now. Once you make additional changes, feel free to re-open this Pull Request or create a new one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Invalid file structure location, see CONTRIBUTING.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Invalid file name/type. Will fail to clone to local on Windows OSes
This pull contains a business rule and a mail:script.
The business rule calls an event to trigger a notification whenever someone new is added to a field/list. It will parse the user's first name so the mail script within the notification can address the recipient by first name if desired.
The main:script contains a header banner, body and footer banner. The body is a response and can be used when there is an update to a case. It has a link to the case, description, location and embeds any attachments that are on the case.